From e8c7a863b347a7b6a1b5d744be363bc34ed71b72 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 24 Apr 2011 14:34:57 -0400 Subject: [PATCH] Revert undocumented change to .dir-locals.el in revision 103798. This bumped fill-column from 70 to 79, but was not documented in the commit log, and appears to be a mistake. --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 86410cc8f40..f098f3e7460 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,6 +1,6 @@ ((nil . ((tab-width . 8) (sentence-end-double-space . t) - (fill-column . 79))) + (fill-column . 70))) (c-mode . ((c-file-style . "GNU"))) ;; You must set bugtracker_debbugs_url in your bazaar.conf for this to work. ;; See admin/notes/bugtracker. -- 2.30.2